ChangeLog fixes prompted by M-x authors
authorGlenn Morris <rgm@gnu.org>
Sun, 13 Oct 2013 00:28:30 +0000 (17:28 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 13 Oct 2013 00:28:30 +0000 (17:28 -0700)
lisp/ChangeLog
lisp/ChangeLog.16
src/ChangeLog
test/ChangeLog

index 2f0d6d76fcf2966dffa7cfa0a0edcf17c0712e69..72b489b24a36783e3b87a87c1c8ef2dbb0e52da7 100644 (file)
 
 2013-07-23  Michael R. Mauger  <michael@mauger.com>
 
-       * progmodes/sql.el Version 3.3
+       * progmodes/sql.el: Version 3.3
        (sql-product-alist): Improve oracle :prompt-cont-regexp.
        (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
        (sql-interactive-remove-continuation-prompt): Rewrite, use
 
 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
 
-       * doc-view.el Fix bug#13887.
+       * doc-view.el: Fix bug#13887.
        (doc-view-insert-image): Don't modify overlay associated to
        non-live windows, and implement horizontal centering of image in
        case it's smaller than the window.
index bbabacc0cfc138d06d4511d65e7810e5f85660a9..e2ec8d657897193cce4a54dd3635b0cf7b7f86cb 100644 (file)
@@ -63,7 +63,7 @@
 
 2013-03-11  Michael R. Mauger  <michael@mauger.com>
 
-       * progmodes/sql.el Version 3.2
+       * progmodes/sql.el: Version 3.2
        Please note that my address changed to <michael@mauger.com>;
        the <mmaug@yahoo.com> address remains active.
        (sql-connection-alist): Updates documentation to fix bug#13715.
index bdce4a3e6f0cc4e23d58781890099f34f628289b..4c13d6c51b46b0173bb6bc2b5455972a02da1b4a 100644 (file)
        * keyboard.c (Fdiscard_input): Do not increment update_mode_lines.
        * nsfns.m (x_set_cursor_type):
        * w32fns.c (x_set_cursor_type):
-       * xfns.m (x_set_cursor_type): Do not set cursor_type_changed here...
+       * xfns.c (x_set_cursor_type): Do not set cursor_type_changed here...
        * xdisp.c (set_frame_cursor_types): ...but in common code.
 
 2013-08-13  Dmitry Antipov  <dmantipov@yandex.ru>
index 10a67a3d491de4ad6dac8713188100a993254354..7e8405e3676ba108b7abec7ec45a38dd6d9f0e06 100644 (file)
 
 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
 
-       * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
        for portability to hosts where /bin/sh has problems.
 
 2013-08-21  David Engster  <deng@randomsample.de>
 
 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
 
-       * automated/ruby-mode-tests.el
+       * automated/ruby-mode-tests.el:
        Rename one interpolation test; add three more.
        (ruby-with-temp-buffer): New macro, use it where appropriate.
        (ruby-add-log-current-method-examples): Use "_" for target point.